Build a basic layout
from Androidの基本コースをやる【作業ログ】
Build a basic layout
https://scrapbox.io/files/6483eb2c0a5ecf001c71975b.png
やば
間違えた問題
In Android, a graphic that can be drawn to the screen is generally referred to as a _____
Viewって回答したが、誤り
問題文の和訳
Android では、画面に描画できるグラフィックを一般に _____ と言う。
正しくはDrawable
What is the main purpose of a ViewGroup?
1. It groups together the most common views that developers use in Android apps.
2. It serves as a container for View objects, and is responsible for arranging the View objects within it.
3. It is required to make a view interactive as a way to group TextViews on a screen.
4. It is required to set colors and background images.
1を選んだが、誤り
雑に選びすぎたな
正しくは2
https://scrapbox.io/files/6483efc41da761001c2a914d.png
https://scrapbox.io/files/6483eec51f3181001ce1c9dd.png